Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove "password" input in kong/license step of workflows #5316

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

randmonkey
Copy link
Contributor

What this PR does / why we need it:

Upstream action Kong/kong-license has deprecated the input password and produces warnings if it is present. We should remove the input in calling the action.

Which issue this PR fixes:

--
Special notes for your reviewer:

May need to be backported to 2.12.x because we need run tests against KIC 2.12 LTS on this branch.

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@randmonkey randmonkey requested a review from a team as a code owner December 11, 2023 02:59
@randmonkey randmonkey self-assigned this Dec 11, 2023
@randmonkey randmonkey added area/ci ci/run-e2e Trigger e2e test run from PR labels Dec 11, 2023
@team-k8s-bot
Copy link
Collaborator

E2E (targeted) tests with KIND-based clusters were started at https://github.com/Kong/kubernetes-ingress-controller/actions/runs/7162394343

@team-k8s-bot team-k8s-bot removed the ci/run-e2e Trigger e2e test run from PR label Dec 11, 2023
Copy link

codecov bot commented Dec 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a4f82f6) 75.9% compared to head (3f813f7) 75.8%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #5316     +/-   ##
=======================================
- Coverage   75.9%   75.8%   -0.1%     
=======================================
  Files        170     170             
  Lines      19447   19447             
=======================================
- Hits       14767   14751     -16     
- Misses      3851    3864     +13     
- Partials     829     832      +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@randmonkey randmonkey merged commit 77527ee into main Dec 11, 2023
189 of 190 checks passed
@randmonkey randmonkey deleted the chore/remove_kong_license_input_password branch December 11, 2023 07:40
@team-k8s-bot
Copy link
Collaborator

The backport to release/2.12.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/2.12.x release/2.12.x
# Navigate to the new working tree
cd .worktrees/backport-release/2.12.x
# Create a new branch
git switch --create backport-5316-to-release/2.12.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 77527ee81e175e5a0860c0f1a29c09df1c6388f3
# Push it to GitHub
git push --set-upstream origin backport-5316-to-release/2.12.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/2.12.x

Then, create a pull request where the base branch is release/2.12.x and the compare/head branch is backport-5316-to-release/2.12.x.

tao12345666333 pushed a commit that referenced this pull request Dec 15, 2023
tao12345666333 pushed a commit that referenced this pull request Dec 15, 2023
randmonkey added a commit that referenced this pull request Dec 15, 2023
* chore(gha): preemptively add 1p creds

(cherry picked from commit e84786e)

* chore: remove "password" input in kong/license step of workflows (#5316)

(cherry picked from commit 77527ee)

---------

Co-authored-by: Isa Farnik <[email protected]>
Co-authored-by: Tao Yi <[email protected]>
randmonkey added a commit that referenced this pull request Jan 10, 2024
…5414)

* fix(manager) restore InitCacheSyncDuration (#5238)

Fix regression that removed initial cache sync delay.

Add --init-cache-sync-duration flag to override the delay period.

---------

Co-authored-by: Travis Raines <[email protected]>
(cherry picked from commit 1737253)

* chore(gha): preemptively add 1p creds

* chore: remove "password" input in kong/license step of workflows (#5316)

---------

Co-authored-by: Jonah Back <[email protected]>
Co-authored-by: Isa Farnik <[email protected]>
Co-authored-by: Tao Yi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants